Get

Function

This API is used to get IPC parameter for Remote Setting > System > Maintenance > Load Default page.

Request Message

None.

Sample:

POST /API/IPCMaintaint/IPCReset/Get HTTP/1.1
{
    "version": "1.0",
    "data": {
    }
}

Response Message

Parameter Description

Table 1
ParameterRangeTypeDescription
channel_infoobjectTotal channel information object, see Table 2 for details.
Table 2
ParameterRangeTypeDescription
CH1objectA channel information object, see Table 3 for details.
...object
IP_CH1object
...object
WIFI_CH1object
...object
Table 3
ParameterRangeTypeDescription
ip_addressMax length:63stringIP address/domain name.
status"Offline","Online"stringIPC status.
software_versionMax length: 40stringFirmware version.
file_typeMax length: 64stringUpgrade file extension.

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result": "success",
    "data": {
        "channel_info": {
            "CH13": {
                "status": "Online",
                "ip_address": "172.16.11.91",
                "software_version": "V40.45.8.2.3_230704"
            },
            "CH14": {
                "status": "Online",
                "ip_address": "172.16.11.201",
                "software_version": "V21.45.8.2.2_220705"
            },
            "CH16": {
                "status": "Online",
                "ip_address": "172.16.11.162",
                "software_version": "V45.85.8.2.3_230620"
            }
        }
    }
}

Error Code

See Response Messages Body and Common error_code for more information.